20f2757b68980452aa196938f1382b74d0a4544b,platform/unitTest/source_gen/jetbrains/mps/baseLanguage/unitTest/plugin/TestMethodTreeNode.java,TestMethodTreeNode,doubleClick,#,80

Before Change


  }

  public void doubleClick() {
    IDEProjectFrame ide = (IDEProjectFrame)this.getOperationContext().getComponent(AbstractProjectFrame.class);
    ide.openNode(this.testMethod, this.getOperationContext());
  }

After Change


  }

  public void doubleClick() {
    this.getOperationContext().getComponent(MPSEditorOpener.class).openNode(this.testMethod);
  }

}